type net/http.ioFile (struct)
Method Implmentations
	Close() error
		 ioFile.M : File.Close
		 ioFile.M : io.Closer.Close
		 ioFile.M : io.ReadCloser.Close
		 ioFile.M : io.ReadSeekCloser.Close
		 ioFile.M : io/fs.File.Close
		 ioFile.M : io/fs.ReadDirFile.Close
	Read(b []byte) (int, error)
		 ioFile.M : File.Read
		 ioFile.M : io.ReadCloser.Read
		 ioFile.M : io.Reader.Read
		 ioFile.M : io.ReadSeekCloser.Read
		 ioFile.M : io.ReadSeeker.Read
		 ioFile.M : io/fs.File.Read
		 ioFile.M : io/fs.ReadDirFile.Read
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |